 body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 '\5FAE\8F6F\96C5\9ED1',arial,'Microsoft YaHei'; font-size: 100%;color:#333; -webkit-text-size-adjust: none; }
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle; outline:none; font-family:'arial';}
a{ color:#333; text-decoration:none; blr:expression(this.onFocus=this.blur());  }
a:focus {outline: 0 none;}
h1,h2,h3,h4{ font-size:100%; font-weight:normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:"\5FAE\8F6F\96C5\9ED1",arial,'Hiragino Sans GB';}
.clearfix:after{ content:""; clear:both; height:0; display:block; visibility:hidden; }
.clearfix{*zoom:1;}
.btn{ border: none; cursor: pointer;}
html,body{ width: 100%; }
li{ list-style:none;}
em,i{ font-style: normal; }
.box{ width: 1320px; margin: 0 auto }

.head{ background: #fff; height:100px;  }
h1{ float: left; line-height: 100px; }
.head_right{ float: right; }
.nav_ul li{ float: left; margin-right: 10px; position: relative; height: 100px; }
.nav_ul li a{ display: block; transition: all 0.5s ease 0s; height: 100px; width:130px; text-align: center; font-size:18px; z-index: 999;  line-height: 100px;  position: relative;  }
.nav_ul li:after{ background: #e8e9f2; position: absolute; left: 0;  bottom: 0; width: 100%; height: 0; content: ''; transition: all 0.5s ease 0s; }
.nav_ul li:hover:after{ height: 100px; transition: all 0.5s ease 0s; }
.nav_ul li a:hover{ color: #1e2481; transition: all 0.5s ease 0s; }
.search{ float: right; height: 100px; line-height: 100px; width:18px; position: relative; }

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top:100px;
  right: -6px;
  width: 320px;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
  z-index: 999

}
.fixed #search-form { top:100px;  }
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
 
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
  
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none; outline:none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
 
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e2481;
  background: #c6cacd;
  border: none;
  cursor: pointer;outline:none;
}

@keyframes fadedown {
    from { transform: translateY(-100%); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }
}
.sea_img{ width: 18px; height: 100px; line-height: 100px; cursor: pointer;}
















.nav_ul { float: left; margin-right: 20px; }
.subnav{ width: 310px; display: none;   transition: all 0.5s ease 0s; transform: translateY(10px);  position: absolute; left: 0; top: 100px; z-index: 99;  }
.subnav_inner{background: #fff; border-top: 2px solid #1e2481; padding-bottom: 20px; position: relative;}
.subnav:after{ position: absolute;visibility:inherit; left: 0; top: -9px;background: url(../images/navbj.png) left center no-repeat; width: 135px;height: 9px; content: ''  }
.nav_ul .nav-tag{ padding: 16px 5px 0px; box-sizing: border-box; width: 130px; margin-right: 19px; float: left;}
.nav_ul .nav-tag li a{ font-size: 16px; height: 30px; line-height: 30px; overflow: hidden; text-align: center;  border: none;}
.nav_ul .navcon{ width: 255px; float: right; padding:25px 25px 0 0; font-size: 12px; line-height: 20px; text-align: left; color: #666666; display: none;}
.nav_ul .nav-tag li{ height: auto; }
.nav_ul .nav-tag li:after { display: none; }
.sub_img{ float: left; width:140px; height: 130px; overflow: hidden; padding-top: 20px;  }
.sub_img img{ width:140px; height: 130px; overflow: hidden; }
.nav_ul .nav-tag li a:hover,.foot_add a:hover{ color: #1e2481; transition: all 0.5s ease 0s;}
.subnav.on{ transform: translateY(0);display: block; transition: all 0.5s ease 0s}
.foot{ background: #f7f7f7; border-top: 4px solid #1e2481 }
.foot_img{ float: left; height: 107px; line-height: 107px; }
.foot_top{ border-bottom: 1px solid #d4dce8; padding-top: 30px; }
.foot_ul{ float: right; height: 107px; overflow: hidden; }
.foot_ul li{ float: left; margin-left: 56px; }
.foot_ul li a{ display: block; transition: all 0.5s ease 0s; height: 107px; line-height: 107px; font-size: 20px; }
.foot_ul li a:hover{transition: all 0.5s ease 0s; color: #1c217f}
.foot_bottom{ padding: 38px 0 26px 0; }
.foot_call{ float: left; }
.call{ height:32px; line-height: 32px; margin-bottom: 20px; overflow: hidden; font-size: 18px; }
.call img{ margin-right:14px; height: 27px; width: 27px; overflow: hidden; }
.call_i{ color: #1e2481 }
.what{ float: right; width: 120px; }
.what_img{ width: 120px; height: 120px; overflow: hidden; display: block; }
.what_img img{width: 120px; height: 120px; overflow: hidden; }
.what_tit{ font-size: 14px; text-align: center; display: block; height:44px; line-height: 44px; overflow: hidden;  }
.foot_add{ background: #e7e7e7; height:60px; overflow: hidden; }
.add_left{ float: left; height: 60px; line-height: 60px; font-size: 14px;  }
.add_left a{ color: #333; margin-left: 10px; }
.add_right{ float: right;  height: 60px; line-height: 60px; }
.add_right a{ display: block; float: left; margin-left:30px; }
.footnav{ height: 75px; border-bottom: 1px solid #d4dce8; position: relative; }
.footnav li{ float: left; width:16.6%;  }
.footnav li a{ display: block; height: 75px; text-align: center; padding-right: 23px; box-sizing: border-box; line-height: 75px; font-size: 18px; background: url(../images/foot4.png) right center no-repeat; }
.footnav li:nth-child(1) a{  text-align: left; }
.footnav li a:hover{ background: url(../images/foot5.png) right center no-repeat; color: #1e2481 }

.footnav li .group{ background: #fff; display: none; padding:10px 0; position: absolute; left: 0; top: 74px; width: 100%;  }
.footnav li .group a{ display: block; background: none; float: left; height:36px; line-height: 36px; font-size: 16px; width: 25%; overflow: hidden; padding:0 5px 0 20px; box-sizing: border-box;  }
.footnav li:hover  .group{ display: block; }


.int{background: url(../images/intbj.jpg) center top no-repeat; height: 601px;}
.int_inner{ position: relative; }
.int_ul{ position: absolute; left: 0; top:102px; }
.int_ul li{ float: left; margin-right: 30px;}
.int_ul li a{ display: block; height:62px; transition: all 0.5s ease 0s;  line-height: 62px; font-size:22px; padding:0 2px;  position: relative;   }
.int_ul li a:after{ position: absolute; left: 0; bottom: 0; transition: all 0.5s ease 0s; width: 0; height:3px; background: #1e2481; display: block; content: ''  }
.int_ul li.on a:after{ width: 100%; transition: all 0.5s ease 0s; }
.int_ul li.on a{ color: #1e2481; transition: all 0.5s ease 0s; }
.int_left{ float: left; width:642px;  padding-top: 154px; }
.int_tit{ display: block; font-size:34px; height: 50px; line-height: 50px; overflow: hidden; margin-bottom:20px;   }
.int_word{ height:102px; font-size: 16px; line-height: 34px; overflow: hidden;  margin-bottom: 70px; }
.int_see{ height:34px; line-height: 34px; transition: all 0.5s ease 0s; display: block; font-size: 14px;  background: url(../images/int1.png) 70px center no-repeat; }
.int_see:hover{ color: #1c217f; transition: all 0.5s ease 0s; background: url(../images/int1.png) 90px center no-repeat; }

.int_right{ float: right; width: 640px; height: 480px; overflow: hidden; }
.int_right img{ width: 640px; height: 480px; overflow: hidden; }
.int_div{ padding-top: 62px;display: none; }
.index_cn{ display: block; float: left; font-size: 32px; height:50px; line-height: 50px; overflow: hidden;  }
.index_see{ display: block; float: right; height: 50px;  transition: all 0.5s ease 0s; line-height: 50px;background: url(../images/int1.png) right center no-repeat; width: 80px; overflow: hidden; font-size: 14px; }
.index_see:hover{color: #1c217f; transition: all 0.5s ease 0s; }
.index_tit{ padding:50px 0 15px 0;  }
.jour_ul{ text-align: center; height:60px; overflow: hidden;  margin-top: -60px; margin-bottom: 40px; }
.jour_ul li{ display: inline-block; margin: 0 10px; }
.jour_ul li a{ display: block; height: 60px; line-height: 50px; font-size: 22px; padding: 0 5px; position: relative; }
.jour_ul li.on a{ color: #1e2481; transition: all 0.5s ease 0s; }
.jour_ul li a:after{ display: block; left: 0;transition: all 0.5s ease 0s;  bottom: 0; height: 3px; width: 0; background: #1e2481; content: '' }
.jour_ul li.on a:after{ width: 100%;transition: all 0.5s ease 0s;  }
.jour{ padding-bottom: 58px; }
.jour_img{ float: left; width:640px; height: 458px; overflow: hidden; }
.jour_img img{width:640px; height: 458px; overflow: hidden;}
.jour_right{ float: right; width:642px;  }
.jour_dl{ border-bottom: 1px dotted #ccd0d9; padding-bottom: 16px; margin-bottom: 20px; }
.jour_dl dd{ padding: 0 0 0 20px; }
.jour_tit{ font-size:22px; height:68px; transition: all 0.5s ease 0s; line-height: 34px; overflow: hidden; margin-bottom: 8px; display: block;background: url(../images/jour2.png) left 12px no-repeat; padding-left: 20px;  }
.jour_tit:hover,.jour_see:hover{ color: #1c217f; transition: all 0.5s ease 0s; }
.jour_word{ height:44px; line-height: 22px; overflow: hidden; font-size: 14px; color: #666666;  margin-bottom: 14px; }
.jour_time{ display: block; float: left; height: 32px; line-height: 32px; font-size: 14px; background: url(../images/jour1.png) left center no-repeat; padding-left: 24px;}
.jour_see{ display: block;transition: all 0.5s ease 0s; float: right; height: 32px; line-height: 32px; font-size: 14px; }


.activity_ul a{ display: block; height:38px; overflow: hidden; padding-left: 18px; background: url(../images/jour2.png) left center no-repeat;  }
.act_tit{ font-size: 16px; height: 38px; line-height: 38px; overflow: hidden; display: block; float: left; width: 80% }
.act_time{font-size: 14px; height: 38px;  line-height: 38px; overflow: hidden; display: block; float: right; width:90px; text-align: right;  }
.jour_inner{ display: none; }
.activity_ul a:hover .act_tit,.activity_ul a:hover .act_time{color: #1c217f; transition: all 0.5s ease 0s; }


.notice{ background: #f5f5f5; padding: 0 0 78px 0; }
.bulletin{ float: left; width:642px;  }
.bull_ul{ padding:4px 20px; background: #fafafa; }
.bull_ul a{ display: block; overflow: hidden; border-bottom:1px dotted #ccd0d9; padding-left: 18px;  height: 56px;background: url(../images/jour2.png) left center no-repeat;  }
.bull_tit{ height: 56px; transition: all 0.5s ease 0s;line-height: 56px; overflow: hidden; display: block; float: left; width: 80%; font-size: 16px; }
.bull_time{font-size: 14px;transition: all 0.5s ease 0s; height: 56px;  line-height: 56px; overflow: hidden; display: block; float: right; width:90px; text-align: right;  }
.index_title{ padding: 50px 0 25px 0; }
.bull{ position: relative; }
.horn{ position: absolute; left: 0; top:-11px;background: url(../images/bull.png) center bottom no-repeat; width: 69px;height: 11px; display: block;  }
.bull_ul li:nth-last-child(1) a{ border:none; }
.party{ float: right; width:640px;  }
.bull_ul a:hover .bull_tit,.bull_ul a:hover .bull_time,.party_div:hover .party_tit,.party_div:hover .party_time,.fin_title:hover{color: #1c217f; transition: all 0.5s ease 0s; }




.party_div{ background: #fafafa; height:80px; position: relative; padding: 0 20px;  margin-bottom: 30px; }
.party_tit{height: 80px; line-height: 80px; overflow: hidden; display: block; float: left; width: 80%; font-size: 16px;padding-left: 18px; background: url(../images/jour2.png) left center no-repeat; }
.party_time{font-size: 14px; height: 80px;  line-height: 80px; overflow: hidden; display: block; float: right; width:90px; text-align: right; }
.good{ margin-bottom: 20px; height: 90px; width: 640px; overflow: hidden; }
.good img{ height: 90px; width: 640px; overflow: hidden; }
.good_img{  height: 140px; width: 640px; overflow: hidden; }
.good_img img{ height:140px; width: 640px; overflow: hidden; }
.party_div:nth-child(2){ margin-bottom: 20px; }

.indexbj{background: url(../images/indexbj.jpg) center top no-repeat; height: 1403px; }
.range li{ float: left; width: 25%; width:330px; height: 570px; overflow: hidden; position: relative;  }
.range_img{ display: block; width: 330px; height: 570px; overflow: hidden; }
.range_img img{width: 330px; height: 570px; transition: all 1s ease 0s;  overflow: hidden;}
.range li:hover .range_img img{ transition: all 1s ease 0s; transform: scale(1.1); }
.range_inner{ position: absolute;transition: all 0.5s ease 0s; left: 0; top: 173px; width: 100%;  padding: 0 60px; box-sizing: border-box;}
.range_pic{ display: block; height:88px; line-height: 88px; text-align: center; }
.range_tit{ display: block; height:50px; line-height: 50px; text-align: center; color: #ffffff; overflow: hidden; font-size:32px;  margin-bottom: 30px; }
.range_see{ display: block; width:138px; height: 38px; line-height: 38px; text-align: center; color:#fff; border-radius: 38px; border: 1px solid #bfc4d2; margin: 0 auto  }
.range_box{  height: 0;transition: all 0.5s ease 0s; overflow: hidden; line-height: 30px; text-align: center; color:#fff; font-size:14px; margin-bottom: 58px;  }
.range li:hover .range_box{ height: 150px; transition: all 0.5s ease 0s; }
.range li:hover .range_inner{ top: 0; padding-top: 74px; height: 100%; box-sizing: border-box; transition: all 0.5s ease 0s;background: url(../images/range.png) center top repeat;}
.finance{ padding:20px; background: #f5f5f5  }
.finance_left{ float: left; width:120px; margin-right: 18px; padding-top: 10px; }
.finance_left a{ display: block; margin-bottom:10px; background: #fff; width:118px; height: 50px; transition: all 0.5s ease 0s; line-height: 50px; text-align: center; font-size:18px; overflow: hidden;    }
.finance_left li.on a{ color: #fff; background: #1e2481; transition: all 0.5s ease 0s; }
.finance_right{ float: right; width:1142px;  }
.fin_tit{ display: block; font-size: 24px; height:54px; line-height: 54px; overflow: hidden;  }
.fin_title{ height:36px; transition: all 0.5s ease 0s; line-height: 36px; font-size: 18px; overflow: hidden; display: block; }
.fin_left{ display: block; height:34px; line-height: 34px; font-size: 14px; color: #666666; float: left; width:970px; overflow: hidden;   }
.fin_time{ display: block; float: right; text-align: right; font-size: 14px; height: 34px; color: #666666;line-height: 34px; overflow: hidden; }
.fin_dl{ border-bottom: 1px dotted #ccd0d9; padding-bottom: 10px; margin-bottom: 13px; }
.finance_inner{ display: none; }

.site{ height:70px; background: #fff; overflow: hidden; box-shadow: 0 0 10px #f0f1f2;  }
.catalog_ul{ float: left; }
.catalog_ul li{ float: left; margin-right: 10px; }
.catalog_ul li a{ display: block; font-size: 18px; height: 70px; line-height: 70px; transition: all 0.5s ease 0s; text-align: center; width: 130px; text-align: center; }
.catalog_ul li a:hover,.catalog_ul li a.for{ color:#fff; background: #1e2481; transition: all 0.5s ease 0s; }
.site_inner{ float: right;background: url(../images/site3.png) left center no-repeat; padding-left:14px;   height: 70px; line-height: 70px; font-size: 14px; }
.site_inner a{background: url(../images/site1.png) left center no-repeat; padding:0 10px 0 16px; }
.site_inner a:nth-child(1){ background: none; }
.site_inner a:nth-last-child(1){background: url(../images/site2.png) left center no-repeat;}
.about{background: url(../images/aboutbj.jpg) center top no-repeat; padding: 60px 0;}
.wrap{ background: #f6f6f6; padding: 60px 0; }

.news_dl{ background: #fff; padding:30px; margin-bottom:40px;   }
.news_dl dt{ width:260px; height: 160px; overflow: hidden;  margin-right: 30px; float: left; }
.news_dl dt img{ width:260px;transition: all 1s ease 0s;  height: 160px; overflow: hidden; }
.news_dl dd{ float: left; width: 969px; padding-top: 14px;}
.news_time{ display: block; height:28px; line-height: 28px; overflow: hidden;background: url(../images/time.png) left center no-repeat; font-size: 14px;  padding-left: 25px; }
.news_tit{ display: block; transition: all 0.5s ease 0s; height:44px; line-height: 44px; overflow: hidden; font-size: 22px; }
.news_word{ height:60px; line-height: 30px; overflow: hidden; font-size: 14px;  }
.news_left{ width: 774px; float: left; }
.news_see{ display: block; transition: all 0.5s ease 0s; margin-top: 36px; float: right; width: 140px; height: 60px; line-height: 60px; border-radius: 60px; text-indent: 30px; background: #e6e6e6  url(../images/int1.png) 100px center no-repeat;}
.news_info{ padding: 60px; background: #fff; }
.news_dl:hover  dt img{ transition: all 1s ease 0s; transform: scale(1.1); }
.news_dl:hover .news_tit{ color:#1e2481; transition: all 0.5s ease 0s; }
.news_dl:hover .news_see{color:#1e2481; transition: all 0.5s ease 0s;}

.powder{ border-bottom: 1px solid #cbcbcb;padding-bottom:26px; margin-bottom: 30px;  }
.powder_tit{ font-size: 30px; text-align: center;  line-height: 50px; display: block; overflow: hidden;  }
.powder_time{ text-align: center; height:44px; line-height: 44px; font-size: 16px; color: #666666  }
.infor_word{ padding-bottom: 30px; }
.piece{  background: #f3f4f8; padding: 24px 30px;  }
.piece_left{ display: block; float: left; width:450px; height: 60px; line-height: 60px; overflow: hidden; background: #fff url(../images/page_left.png) 20px center no-repeat; font-size: 16px; text-align: right;  padding-right:30px; box-sizing: border-box;   }
.piece_right{display: block; float: left; width:450px; height: 60px; line-height: 60px; overflow: hidden; background: #fff url(../images/page_right.png) 410px center no-repeat; font-size: 16px;   padding-left:30px; box-sizing: border-box; }
.end{ display: block; float: left; margin:0 20px; width: 200px; height: 60px; line-height: 60px;  background: #fff url(../images/page.png) 47px center no-repeat; text-indent: 90px; font-size: 16px;   }
.piece_left:hover{background: #110e59 url(../images/page_left1.png) 20px center no-repeat; color: #fff;}
.piece_right:hover{background: #110e59 url(../images/page_right1.png) 410px center no-repeat; color: #fff;}
.end:hover{background: #110e59 url(../images/page1.png) 47px center no-repeat; color: #fff;}

.party_ul{ margin: 0 0 0 -44px; }
.party_ul li{ float: left; margin: 0 0 40px 44px;width: 410px; background: #fff; padding:20px; box-sizing: border-box; }
.take_img{ display: block; height:220px; width: 370px;overflow: hidden; margin-bottom: 10px;}
.take_img img{ height:220px; width: 370px;overflow: hidden;transition: all 1s ease 0s;}
.party_ul li:hover .take_img img{ transition: all 1s ease 0s; transform: scale(1.1); }
.take_time{ display: block; padding-left: 24px; font-size: 14px; height:32px; line-height: 32px; overflow: hidden;background: url(../images/time.png) left center no-repeat;  }
.take_tit{ display: block; height:40px;transition: all 0.5s ease 0s; line-height: 40px; overflow: hidden; margin-bottom:5px; font-size: 22px;   }
.take_word{ height:44px; line-height: 22px; overflow: hidden; font-size: 14px; color: #666666;  }
.party_ul li:hover .take_tit{  color: #1c217f; transition: all 0.5s ease 0s; }

.dataTables_paginate{ text-align: center; padding:60px 0;  }
.pagination{ display:  inline-block; }
.pagination a,.pagination span{ display: block; margin:0 5px; float: left; width:38px; height: 38px; font-size: 14px; border: 1px solid #e7e7e7; border-radius: 38px; text-align: center; line-height: 38px;  }

.pages_left{background: url(../images/yeleft.png) center center no-repeat; }
.pages_right{background: url(../images/yeright.png) center center no-repeat; }
.upper_left{background: url(../images/pagesleft.png) center center no-repeat;}
.upper_right{background: url(../images/pagesright.png) center center no-repeat;}
.pagination a:hover,.pagination li.cur a,.pagination li.cur span{ background: #1e2481; color:#fff; border: 1px solid #1e2481 }
.pagination li{ display: inline-block; }
.pagination .pages_left:hover{background:#1e2481 url(../images/yeleft1.png) center center no-repeat; }
.pagination .pages_right:hover{background:#1e2481 url(../images/yeright1.png) center center no-repeat; }
.pagination .upper_left:hover{background:#1e2481 url(../images/pagesleft1.png) center center no-repeat;}
.pagination .upper_right:hover{background:#1e2481 url(../images/pagesright1.png) center center no-repeat;}
.bus_dl{ margin-bottom:60px;  }
.bus_dl dt{ float: left; width: 660px; height: 360px; overflow: hidden; }
.bus_dl dt img{ width: 660px;transition: all 1s ease 0s; height: 360px;transition: all 0.5s ease 0s; overflow: hidden;}
.bus_dl dd{ float: left;  width: 660px; background: #fff; height: 360px; overflow: hidden; padding:0 60px; box-sizing: border-box;  }
.bus_img{ display: block; padding-top: 50px; height: 74px; line-height: 74px;overflow: hidden; }
.bus_tit{ height: 42px; transition: all 0.5s ease 0s; line-height: 42px; margin-bottom: 16px; font-size: 36px; display: block; overflow: hidden;  }
.bus_word{display: block; height:66px ; line-height: 33px; overflow: hidden; color: #666666; font-size: 16px; margin-bottom: 20px;}
.bus_see{ display: block;transition: all 0.5s ease 0s; font-size: 14px; height:34px; line-height: 34px;  overflow: hidden; background: url(../images/int1.png) 70px center no-repeat; }
.bus_dl:nth-child(odd) dt{ float: right; }
.joinwrap{background: url(../images/joinbj.jpg) left center no-repeat; padding: 60px 0;}
.joinimg{ margin-bottom:80px;  }
.jointit{ font-size: 26px; text-align: center; margin-bottom: 50px; height:45px; line-height: 45px;  }
.bus_dl dd:hover .bus_see{ transition: all 0.5s ease 0s; color: #1c217f;background: url(../images/int1.png) 90px center no-repeat; }
.bus_dl dd:hover .bus_tit{ color: #1c217f; transition: all 0.5s ease 0s;  }
.bus_dl dd:hover .bus_img img{ transform: translateY(-10px);transition: all 0.5s ease 0s; }
.pos dt{ display: none;}
.recu{ padding:0px 0 20px 0px;}
.recu ul{ cursor:pointer;  height:82px; line-height:82px;}
.pos dd li{width:20%; float:left; display:block; color:#707070; font-size: 18px; }
.Requirement{ display:none; }
.bus_dl dt:hover img{ transform: scale(1.1); transition: all 1s ease 0s; }
.join_wrap{ background: #fff; border-radius: 5px; padding:0 42px;  border: 1px solid #e6e6e6;  cursor: pointer; }
.join_wrap.act{ border: 1px solid #f8f8f8; }
.join_div{ font-size: 26px; height: 86px;background:url(../images/add2.png) right center no-repeat; line-height: 86px;transform: all 0.5s ease 0s;  border-bottom: 1px solid #eeeeee; overflow: hidden; }
.req_inner{ background: #f5f6f5; padding:0 42px 30px; line-height: 32px; color: #8d8d8d; font-size:16px;  }
.join_em{ display: block; height:42px; line-height: 42px; overflow: hidden; color:#333; font-size: 22px; padding-top: 30px;  }
.mail{ background: #eeeeee; border-radius: 0 0 5px 5px; height:60px; line-height: 60px; overflow: hidden; padding: 0 32px;   }
.mail_left{ display: block; float: left; height: 60px; line-height: 60px; overflow: hidden; font-size: 20px; color: #333; }
.mail_right{ display: block; float: right; height: 60px; overflow: hidden; font-size: 16px; color: #999999; }
.ins_box{ width: 792px; line-height: 30px; height: 60px; padding-top: 10px; }
.join_dd{ margin-bottom:40px;  }
.join{ padding-bottom: 50px; }
.act .join_div{ color: #005bac; transform: all 0.5s ease 0s; background:url(../images/add1.png) right center no-repeat;}
.ins_tit{ font-size: 30px; margin-bottom: 20px; display: block; height:48px; line-height: 48px; overflow: hidden;  }
.ins_inner{ font-size: 16px; line-height: 30px; overflow: hidden;  }
.inside{ padding:0px 42px;  }
.major{ text-align: center; height:40px; line-height: 40px; font-size: 32px; margin-bottom: 40px;  }
.majordl{ background: #ffffff;transition: all 0.5s ease 0s;  margin-bottom: 40px; padding: 0 32px 24px; }
.majordl dt{ float: left; width: 1120px; }
.majordl dd{ float: right; width:110px; height: 80px; background: #f6f6f6; margin-top:30px; text-align: center;    }
.major_day{ display: block; padding-top: 16px; height:28px; line-height: 28px; font-size: 26px; color: #999999; overflow: hidden;  }
.major_year{ display: block;height:22px; line-height: 22px; font-size: 14px; color: #999999; overflow: hidden;  }
.major_tit{ display: block;transition: all 0.5s ease 0s; height:70px; line-height: 70px;  font-size:22px; overflow: hidden;   }
.major_word{ height:48px; line-height: 24px; overflow: hidden; font-size:14px;   }
.majordl:hover .major_tit{ transition: all 0.5s ease 0s; color: #1e2481 }
.majordl:hover { box-shadow: 0 0 10px #f0f1f2; transition: all 0.5s ease 0s; transform: translateY(-10px); }
.basic{ background:url(../images/ducebj.jpg) center top no-repeat; height: 752px;}
.basic_left{ padding-top:100px; width: 658px;  }
.spin{ background: #f6f6f6; padding:120px 0; }
.spin_ul li{ float: left; width: 25%; transition: all 0.5s ease 0s; position: relative; height: 450px; overflow: hidden; }
.spin_ul li.on{ width: 50%;transition: all 0.5s ease 0s;  }
.spin_img{ width: 100%; height:450px;  }
.spin_img img{ height: 450px; }
.spin_inner{ position: absolute; left: 0; top: 180px;transition: all 0.5s ease 0s;   padding: 0 60px; box-sizing:border-box; width: 100%;}
.spin_tit{ font-size: 32px; height:74px; line-height: 74px; color: #fff; display: block; overflow: hidden;  }
.spin_word{ font-size: 14px; color: #fff; line-height:36px; overflow: hidden; height:0px;  transition: all 0.5s ease 0s;   }
.spin_ul li.on .spin_word{height:218px; transition: all 0.5s ease 0s;  }
.spin_ul li.on .spin_inner{ top: 74px; transition: all 0.5s ease 0s; }

.deve{background:url(../images/devebj.jpg) center top no-repeat; height: 810px;}
.history_tit{ font-size: 32px; height:70px; line-height: 70px; text-align: center; padding-top: 80px;  }
.history_word{ text-align: center; font-size: 18px; height: 60px; line-height: 60px; overflow: hidden; margin-bottom:38px;  }


.lop_dl{  background: #fff; padding:30px;  width: 910px; margin: 0 auto 50px;  }
.lop_dl dt{ float: left; width: 430px; height: 240px; overflow: hidden; margin-right: 30px; }
.lop_dl dt img{ width: 430px; height: 240px; overflow: hidden;}
.lop_dl dd{ float: left; width: 450px; }
.lop_div{ color: #666666; height:90px;  line-height: 30px; font-size:16px; overflow-y:auto;  background: url(../images/diannotes.jpg)  left 14px no-repeat; padding-left: 20px;   }

.small_lop{ position: relative; height: 115px; margin-bottom: 40px; }
.small_inner{ width:845px; margin: 0 auto;background:url(../images/develine.png) no-repeat center 26px; overflow: hidden; height: 115px;  }
.small_inner li{ float: left;  transition: all 0.5s ease 0s;cursor: pointer; width: 278px; height: 115px;}
.small_time{ height: 60px; transition: all 0.5s ease 0s; line-height: 60px; text-align: center; font-size: 20px; color: #8f9196; display: block; padding-top: 78px; }
.small_inner li .small_time{ padding-top: 58px; transition: all 0.5s ease 0s; font-size: 32px; height: 58px; line-height: 58px; color: #999999;background:url(../images/deve1.png) no-repeat center 16px; }
.small_inner li.on .small_time{color: #1e2481; transition: all 0.5s ease 0s; font-size: 32px; background: none; padding-top: 0;}
.left_lop{background-image:url(../images/deve_left.png); height: 40px; width:40px; position: absolute; left: 0; top:8px; }
.right_lop{background-image:url(../images/deve_right.png); height: 40px; width:40px;position: absolute; right: 0; top: 8px; }
.lop{ padding-bottom: 60px; width: 980px; margin: 0 auto }
.large_lop li{ display: none; }
.jour_inner{ display: none; }
::-webkit-scrollbar { width: 2px;  height: 1px; }
::-webkit-scrollbar-thumb{ border-radius: 2px; box-shadow: inset 0 0 5px rgba( 0, 0, 0, .1); background: #1e2481; }
::-webkit-scrollbar-track{ box-shadow: inset 0 0 5px rgba( 0, 0, 0, .1); border-radius: 2px; background: #dddddd; }
.loptit{ display: block; font-size: 26px; padding-top: 22px; height:46px; line-height: 46px; overflow: hidden;  }
.lop_time{ display: block; height:40px;line-height: 40px; overflow: hidden; font-size: 26px; margin-bottom: 12px; }






















.indexflexslider {position: relative;width: 100%;height:auto; overflow: hidden;z-index: 9999; text-align: center; clear: both;}
.indexflexslider .slides li .banner_img{ width: 100%; height: auto;     transform: translate3d(0px, 0px, 0px);  transition: all 1000ms ease 0s}
.indexflexslider .slides li { position:relative; width:100%; height:auto; float: left; }
.indexflexslider .slides li.flex-active-slide img{ -webkit-animation:scale-bg 6s linear forwards;
    animation:scale-bg 6s linear forwards; }
.indexflexslider .slides {width:100%; height:auto;}
.indexflexslider .flex-control-nav {display: block; width: 100%; text-align: center; z-index: 99;  position: absolute; left: 0; bottom: 40px; }
.indexflexslider .flex-control-nav li{ display: inline-block; margin: 0 10px; }
.indexflexslider .flex-control-nav li a{ display: block;background: url(../images/tab.png) center bottom no-repeat; font-size: 0; width: 28px; height: 14px; transition: all 0.5s ease 0s; }
.indexflexslider .flex-control-nav li a.flex-active{background: url(../images/tab1.png) center center no-repeat; }
.indexflexslider .flex-direction-nav{  z-index: 99 }
.indexflexslider .flex-prev{ position: absolute;left: 62px; margin-top: -40px; transition: all 0.5s ease 0s; top: 50%;background: url(../images/banner_left1.png) center center no-repeat; z-index: 999; width: 80px; height: 80px; display: block; font-size: 0; }
.indexflexslider .flex-next{ position: absolute;right: 62px; margin-top: -40px;  transition: all 0.5s ease 0s;top: 50%;background: url(../images/banner_right1.png) center center no-repeat; z-index: 999; width: 80px; height: 80px; display: block; font-size: 0; }
.indexflexslider .flex-prev:hover{background: url(../images/banner_left11.png) center center no-repeat; transition: all 0.5s ease 0s; }
.indexflexslider .flex-next:hover{background: url(../images/banner_right11.png) center center no-repeat; transition: all 0.5s ease 0s; }
.jourflexslider .flex-direction-nav{ display: none; }
.jourflexslider .flex-control-nav{ width: 100%; text-align: right; padding: 0 26px; box-sizing: border-box; position: absolute; height:70px; z-index: 999;  left: 0; bottom: 0;background: url(../images/imgbj.png) center bottom repeat; }
.jourflexslider .flex-control-nav li{ display:inline-block; margin-left: 10px; padding-top: 33px;}
.jourflexslider .flex-control-nav li a{ display: block; height:5px; font-size: 0; width: 20px; border-radius: 5px;background: #fff;transition: all 0.5s ease 0s;   }
.jourflexslider .flex-control-nav li a.flex-active{ width:40px; transition: all 0.5s ease 0s;  }
.jourflexslider {position: relative;width: 100%;height:auto; overflow: hidden; text-align: center; clear: both;}
@-webkit-keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes scale-bg{
    from{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}

.navBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #222;
    background: rgba(34, 34, 34, .9);
    
    transition: all .5s ease 0s;
    transform: translate(-100%, 0);
    display: none;
}

.navBg.active {
    opacity: 1;
    transform: translate(0, 0);
    z-index: 9999;

}

.navTop {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    overflow: hidden;
    
}

.navClose {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
     margin-right: -9px;
}

.navClose span {
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    transform-origin: left center
}

.navClose span:first-child {
    transform: rotate(45deg)
}

.navClose span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg)
}

.navBot {
    position: absolute;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
   
    height: 100%
}

.navList {
    overflow: hidden;
    height: 100%
}

.navList li {
    width: 100%;
    height: auto;
    
    transition: all .5s ease 0s;
    transform: translate(0, 50px)
}

.navList li a {
    display: block;
    padding: 10px ;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 16px;
}



.navList li a:hover {
    padding-left: 10%;
    color: #297f38
}

.active .navList li {
    opacity: 1;
    transform: translate(0, 0)
}

.active .navList li {
    transition-delay: .3s
}

.menuBg {
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 2;
    display: none;
    
}


.menuBtn img {
    margin: 6px auto 10px
}

.mBtnLine {
    font-size: 0;
    width: 20px;
}

.mBtnLine span {
    display: inline-block;
   
    vertical-align: top
}

.mBtnLine span:nth-child(2) {
    margin: -4px 3px 0
}
.mBtnLine span {
        width: 100%;
        height: 2px;
        background: #1e2481
    }

    .mBtnLine span:nth-child(2) {
        margin: 5px 0;
        width: 80%
    }

.foot{ position:relative; }
.float{ position: fixed; top:40%; right: 2%;  }
.float a{ display: block; margin-bottom:20px;  }
.float a img{ height: 80px; }
.float a.foot_end img{ height: 40px; width: 89px; }